browserNavigateComplete
Type
message
Summary
Sent when a browser has finished navigating to a url.
Syntax
browserNavigateComplete <pInstanceId>, <pUrl>
XBrowser_NavigateComplete <pUrl>, <pInstanceId>
Description
The browserNavigateComplete message is sent to the current card of a stack containg a browser object when the browser has finishing navigating to a new url and has starting loading the url.
If the target is the main frame of the browser (e.g. the html page containing the "FRAMESET" declaration), then the browserNavigateComplete message is sent. Otherwise the browserNavigateCompleteFrame message is sent instead.
For general information on using the browser library, see the notes in the revBrowserOpen function reference.
Parameters
Name | Type | Description |
---|---|---|
pInstanceId | The integer identifier of the browser object | |
pUrl | The url that the browser finished navigating to |
Examples
on browserNavigateComplete pInstanceId, pUrl
set the disabled of button "Stop" to true
end browserNavigateComplete
Related
message: browserNavigateCompleteFrame
command: revBrowserNavigate
function: revBrowserOpen
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop